Thank you for your feedback! You have rated this topic in the last 30 days.
minimumStartDragShiftY Property
Gets sets the minimum vertical shift between mouse-down and mouse-drag points, which triggers start drag action. Shift between mousedown and mousedrag in pixels
Syntax
ASP.NET Ajax Javascript (Specification)
function get_minimumStartDragShiftY() : Integer
function set_minimumStartDragShiftY(value : Integer)
ASP.NET Ajax Javascript (Usage)
var resultVar = instanceOfDragDropBehavior.get_minimumStartDragShiftY();